home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000219_news@columbia.edu _Thu Jan 25 11:13:46 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  6KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA05928
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 25 Jan 2001 11:13:45 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA22378
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 25 Jan 2001 11:13:38 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA01210
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 25 Jan 2001 11:09:43 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "Tom Grant" <Tom.Grant@LaCodeWORKS.com>
  13. Subject: MS/Kermit Telnet keepalive
  14. Date: Thu, 25 Jan 2001 10:05:56 -0600
  15. Organization: Posted via Supernews, http://www.supernews.com
  16. Message-ID: <t70jqqo7o3mn90@corp.supernews.com>
  17. To: kermit.misc@columbia.edu
  18.  
  19. We're running MS/Kermit 3.15 on several NT remote boot (dos 6.22)
  20. workstations as a VT100 Telnet client.  MSK's 3.15 what's new file
  21. notes improved support for keepalive.
  22.  
  23. How is the keepalive implemented?  Is there a net.cfg,
  24. mskermit.ini or tcpip.ini setting I'm missing?  (File contents below)
  25.  
  26. Our telnet server (RFGen http://www.rfgen.com) has timeout
  27. disabled, but we're dropping sessions.
  28.  
  29. Any help is appreciated!
  30.  
  31. Thanks.
  32.  
  33. T
  34.  
  35.  
  36.  
  37. Protocol.ini
  38.  
  39. [PROTMAN]
  40.   DRIVERNAME = PROTMAN$
  41.   DYNAMIC = YES
  42.   PRIORITY = NETBEUI
  43.  
  44. [netbeui]
  45.   drivername = netbeui$
  46.   bindings = LP_NIF
  47.   names = 5
  48.   ncbs = 8
  49. ;  packets = 20
  50.   pipeline = 10
  51.   sessions = 4
  52. ;  stacksize = 512
  53.   lanabase = 0
  54.  
  55. ; this is for LANpoint, none of these items should be changed
  56. [LP_NIF]
  57.   DRIVERNAME = LPND$$$$
  58.   MAXTRANSMITS = 10
  59.   IOADDRESS = 0x300
  60.   INTERRUPT = 5
  61.   RAMSIZE(K) = 32
  62.   IOWORDSIZE = 8
  63.  
  64. ;****************;
  65. ; Protocol       ;
  66. ;****************;
  67.  
  68. [PKTDRV]
  69.   DRIVERNAME=PKTDRV$
  70.   BINDINGS=LP_NIF
  71.   INTVEC=0x60
  72. ;  INTVEC=0x66
  73.  
  74. [IPX_XIF]
  75.    Drivername = IPX$
  76.    LOAD = IPXMARK[U],IPX[U]
  77.    UNLOAD = IPXREL[C]
  78.    BINDINGS = LP_NIF
  79. ================================
  80.  
  81. DOSBB.CNF
  82.  
  83. ;c:\winnt\rpl\bblock\netbeui\timep\dosbb.cnf
  84. ; DOS on LANpoint Ethernet
  85. BASE D0H
  86. RPL BBLOCK\RPLBOOT.SYS
  87. LDR BBLOCK\RPLSTART.COM ~
  88. DAT BBLOCK\NETBEUI\lanpoint\PROTOCOL.INI
  89. DRV BBLOCK\RPLDISK.SYS ~ ~ ~
  90. EXE BBLOCK\RPLPRO1.COM ~ 2 ~
  91. EXE BBLOCK\I13.COM ~ ~ ~
  92. EXE BBLOCK\RPLBIND2.EXE ~ ~
  93. EXE BBLOCK\PROTMAN.EXE ~ ~
  94. EXE BBLOCK\RPLBIND1.EXE ~ ~
  95. DRV BBLOCK\IPXNDIS.DOS ~ ~ ~
  96. ;
  97. ;DRV BBLOCK\TCPDRV.DOS /I:C:\LANMAN.DOS ~ ~
  98. DRV BBLOCK\NDIS\dis_pkt9.dos ~ ~ ~
  99. EXE BBLOCK\NETBEUI\NETBEUI.EXE ~ 10 ~
  100. DRV BBLOCK\NDIS\LP_NDIS.SYS ~ ~ ~
  101. DRV BBLOCK\PROTMAN.DOS /I:C:\LANMAN.DOS ~ M
  102. ;EXE BBLOCK\ODI\IPXODI.COM ~ ~ ~
  103. ;EXE BBLOCK\ODI\LPNICE.COM ~ ~ ~
  104. ;EXE BBLOCK\ODI\LSL.COM ~ ~ ~
  105. ================================
  106.  
  107. Net.cfg:
  108.  
  109. LINK DRIVER LPNICE
  110.  FRAME ETHERNET_802.2
  111. ================================
  112.  
  113. TCPIP.ini:
  114.  
  115. SET TCP/IP HOST 192.168.3.1
  116. SET TCP/IP ADDRESS 192.168.3.10
  117. SET TCP/IP SUBNETMASK 255.255.255.0
  118. SET TCP/IP GATEWAY 0.0.0.0
  119. SET TCP/IP BROADCAST 255.255.255.255
  120.  
  121. SET PORT TCP
  122. ================================
  123. MSKERMIT.ini
  124.  
  125. ;MSKERMIT.INI
  126. if not < \v(version) 315 forward PATCH
  127. echo This MSKERMIT.INI file must be used with MS-DOS Kermit 3.14 or later
  128. stop 1
  129.  
  130. :PATCH
  131. Echo Executing \v(cmdfile)...
  132. if inpath MSR315.PCH forward PATCH2
  133. if not inpath MSKERMIT.PCH forward BEGIN
  134.  
  135. :PATCH2
  136. echo Installing Patches
  137. echo
  138. patch
  139.  
  140. :BEGIN
  141. ;
  142. ; Set up file transfer information
  143. set file collision overwrite            ; Do overwrite existing files
  144. set transfer character-set transparent  ; No surprise translations
  145. set receive packet-length 94            ; Regular-size packets
  146. set attributes on                       ; Use file-attribute packets
  147. set window 1                            ; Don't use sliding windows
  148. ;
  149. ; Set up normal terminal
  150. set terminal display 8                  ; In the 8-bit environment
  151. set terminal vt320                      ; Emulate DEC VT220
  152. set terminal roll off                   ; Keep rolled-back where they are
  153. set terminal wrap on                    ; Tell Kermit to do line wrap
  154. set terminal tabs at 1:8                ; Set tabs at every 8 spaces
  155. set terminal cursor underline           ; Underline cursor (rather than
  156. block)
  157. set terminal type ANSI                  ; Change this if desired.
  158. set terminal bytesize 8                 ; Change to 8 if desired.
  159. set terminal color 20                  ; Set Color so ESC[0m resets
  160. set terminal answer on                  ; Set Answerback to respond to ^E
  161. set terminal answer message :HHT        ; Set Answerback Message to add
  162. $TERM
  163.  
  164. set mode-line off
  165. set warning off
  166.  
  167. set prompt [\v(dir)] MS-Kermit>
  168.  
  169. COMMENT - TCP/IP network configuration.
  170. ;
  171. check tcp
  172. if fail forward notcp
  173.  
  174. ; Read in TCP/IP Connection Info
  175. ;
  176. take tcpip.ini
  177. forward KEYS
  178.  
  179. :notcp
  180. ; Read in SERIAL Connection Info
  181. ;
  182. ;take serial1.ini
  183.  
  184. :KEYS
  185. ; [KEYS omitted for brevity]
  186.  
  187.  
  188. connect
  189. cls
  190. quit
  191. ================================
  192. autoexec.bat:
  193.  
  194. @ECHO OFF
  195. REM **************************************************************
  196. REM **       Microsoft LAN Manager   **
  197. REM **        Copyright(c) Microsoft Corp., 1990  **
  198. REM **************************************************************
  199. SET COMSPEC=C:\DOS\COMMAND.COM
  200. SET PATH=C:\LANMAN.DOS\NETPROG;C:\DOS;C:\BINR;C:\BINB;
  201. SET PROMPT=$P$G
  202. SET TMP=C:\TMP
  203. SET TEMP=C:\TMP
  204. SET DOSSHELL=C:\WKSTA
  205. VER
  206. ECHO ON
  207. NET START RDR /RPL:YES /FIT:YES /COMPUTERNAME:(COMPUTER_NAME) /HIMEM:YES
  208. FIXMEM
  209.  
  210. Rem following line configures built in RFID decoder for [CR][LF]
  211. echo SEP1>COM2
  212.  
  213. cd c:\wksta\kermit
  214. msk315
  215. REBOOT
  216.  
  217.  
  218.  
  219.  
  220.